home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / math / random / about.frm (.txt) next >
Encoding:
Visual Basic Form  |  1994-10-31  |  1.7 KB  |  55 lines

  1. VERSION 2.00
  2. Begin Form About 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "About..."
  5.    ClientHeight    =   3750
  6.    ClientLeft      =   2175
  7.    ClientTop       =   1800
  8.    ClientWidth     =   3105
  9.    ControlBox      =   0   'False
  10.    Height          =   4155
  11.    Left            =   2115
  12.    LinkTopic       =   "Form2"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   3750
  16.    ScaleWidth      =   3105
  17.    Top             =   1455
  18.    Width           =   3225
  19.    Begin CommandButton Command1 
  20.       Caption         =   "OK"
  21.       Height          =   495
  22.       Left            =   1260
  23.       TabIndex        =   3
  24.       Top             =   3060
  25.       Width           =   795
  26.    End
  27.    Begin Label Label3 
  28.       Caption         =   "AOL: J1Jarvis               CIS: 72640,1141 jjarvis@ems.tdh.texas.gov"
  29.       Height          =   735
  30.       Left            =   480
  31.       TabIndex        =   2
  32.       Top             =   2040
  33.       Width           =   2355
  34.    End
  35.    Begin Label Label2 
  36.       Caption         =   "Jeffrey L. Jarvis"
  37.       Height          =   255
  38.       Left            =   480
  39.       TabIndex        =   1
  40.       Top             =   1740
  41.       Width           =   1635
  42.    End
  43.    Begin Label Label1 
  44.       Caption         =   "This was one of my first programs. If you like it, please let me know. I'd love to hear your suggestions for improvement. Thanks!"
  45.       Height          =   975
  46.       Left            =   180
  47.       TabIndex        =   0
  48.       Top             =   360
  49.       Width           =   2715
  50.    End
  51. Option Explicit
  52. Sub Command1_Click ()
  53.     Unload About
  54. End Sub
  55.